home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 19
/
CU Amiga Magazine's Super CD-ROM 19 (1998)(EMAP Images)(GB)[!][issue 1998-02].iso
/
CUCD
/
Utilities
/
Scion
/
ARexx
/
FamilyTree
/
FTStack.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1997-10-12
|
221b
|
13 lines
/* rexx by T. Fagan 1997 */
/* this piece of rexx just sets a stack size and then runs FamilyTree */
/* trace r */
arg stacksize ftargs
address command stack stacksize
address command "FamilyTree/FamilyTree" ftargs